home *** CD-ROM | disk | FTP | other *** search
- REM sample RUNBBS.BAT file for using OUTER
- c:
- cd \fido
- ctty con
- watchdg1 off
- :fido
- fido_ibm ... 240/a
- ...
- if errorlevel 240 goto outer
- ...
- goto exit
-
- .
- .
- .
-
- REM ERRORLEVEL 240 - "OUTER" COMMAND
- :outer
- ctty aux1
- outer /1 20/l 128/v
- if errorlevel 3 boot
- ctty con
- goto fido
-
- :exit